-
Notifications
You must be signed in to change notification settings - Fork 7
Compatibility with rescript 12 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I'm testing |
package.json
Outdated
"build": "rescript legacy build -with-deps", | ||
"start": "rescript legacy build -w -with-deps", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It won't build with rewatch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glennsl it will. I just scoped the changes while working on updating my work projects. I've updated the commands, I tested them, and they work fine. fmt
would re-format the project, but I decided not to stage the changes. I can do it in a separate commit or a PR if you like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thanks! Yes, a separate commit for the formatting changes would be nice.
Any objections to not merging this until 12 is out? Anyone needing it for testing can just point to this branch, I'm thinking. |
I have no problems with this |
👋 Hi @glennsl! Thanks for the library, I like it. Rescript 12 beta.1 has been released recently. In this PR, I updated some stdlib calls and renamed bsconfig.json to rescript.json.
Feel free to merge or close it if you have plans to make things differently.